home *** CD-ROM | disk | FTP | other *** search
- Path: news.dal.ca!dragon!001163l
- From: 001163l@dragon.acadiau.ca (Timothy Lee)
- Newsgroups: comp.lang.c++
- Subject: Declare LARGE Array ??
- Date: 26 Mar 96 14:58:05 GMT
- Organization: Dalhousie University
- Message-ID: <001163l.827852285@dragon>
- NNTP-Posting-Host: iceberg.acadiau.ca
-
- HI,
-
- Is anyone know how to declare a very large array. Like
-
- int data[1000000];
-
- or even larger. (more than 1MB)
-
- and how to access the extended memory that we have in the Ram.
-
- Thanks
-